home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / core / IDataRenderer.as < prev    next >
Text File  |  2009-02-12  |  180b  |  12 lines

  1. package mx.core
  2. {
  3.    public interface IDataRenderer
  4.    {
  5.        
  6.       
  7.       function get data() : Object;
  8.       
  9.       function set data(param1:Object) : void;
  10.    }
  11. }
  12.